[INFO] fetching crate protocraft_framework 0.2.4...
[INFO] testing protocraft_framework-0.2.4 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate protocraft_framework 0.2.4 into /workspace/builds/worker-7-tc2/source
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate protocraft_framework 0.2.4
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate protocraft_framework 0.2.4
[INFO] tweaked toml for crates.io crate protocraft_framework 0.2.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate protocraft_framework 0.2.4 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate protocraft_framework 0.2.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 16197ecd1c548c76ce6eae4d9b4b6d0b341f6930191a52c346beca747cf83a70
[INFO] running `Command { std: "docker" "start" "-a" "16197ecd1c548c76ce6eae4d9b4b6d0b341f6930191a52c346beca747cf83a70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16197ecd1c548c76ce6eae4d9b4b6d0b341f6930191a52c346beca747cf83a70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16197ecd1c548c76ce6eae4d9b4b6d0b341f6930191a52c346beca747cf83a70", kill_on_drop: false }`
[INFO] [stdout] 16197ecd1c548c76ce6eae4d9b4b6d0b341f6930191a52c346beca747cf83a70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f93a84915e4505384436d4c7bef5905e287f7968edaac83c234412a0a7bcc22
[INFO] running `Command { std: "docker" "start" "-a" "3f93a84915e4505384436d4c7bef5905e287f7968edaac83c234412a0a7bcc22", kill_on_drop: false }`
[INFO] [stderr]    Compiling protocraft_framework v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/primatives/array.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn as_ref(&self) -> BytesRef {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn as_ref(&self) -> BytesRef<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "3f93a84915e4505384436d4c7bef5905e287f7968edaac83c234412a0a7bcc22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f93a84915e4505384436d4c7bef5905e287f7968edaac83c234412a0a7bcc22", kill_on_drop: false }`
[INFO] [stdout] 3f93a84915e4505384436d4c7bef5905e287f7968edaac83c234412a0a7bcc22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a607fe1b20315435c7a925d479506f532df3db89c6fef5744bf1f9ba8171c814
[INFO] running `Command { std: "docker" "start" "-a" "a607fe1b20315435c7a925d479506f532df3db89c6fef5744bf1f9ba8171c814", kill_on_drop: false }`
[INFO] [stderr] warning: invalid feature `example_helpers/async` in required-features of target `server_status_futures_async`: dependency `example_helpers` does not exist
[INFO] [stderr] warning: invalid feature `example_helpers/async` in required-features of target `server_status_tokio_async`: dependency `example_helpers` does not exist
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling cache-padded v1.3.0
[INFO] [stderr]    Compiling async-ready v3.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.7.3
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling async-datagram v3.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/primatives/array.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn as_ref(&self) -> BytesRef {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn as_ref(&self) -> BytesRef<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parking_lot v0.10.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-net-macro v1.0.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling futures-net v0.6.0
[INFO] [stderr]    Compiling protocraft_framework v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/primatives/array.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn as_ref(&self) -> BytesRef {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn as_ref(&self) -> BytesRef<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.88s
[INFO] running `Command { std: "docker" "inspect" "a607fe1b20315435c7a925d479506f532df3db89c6fef5744bf1f9ba8171c814", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a607fe1b20315435c7a925d479506f532df3db89c6fef5744bf1f9ba8171c814", kill_on_drop: false }`
[INFO] [stdout] a607fe1b20315435c7a925d479506f532df3db89c6fef5744bf1f9ba8171c814
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cba260c6e23c149e0eed5c35169ad20307c032715e0ecb5e5e21780230630440
[INFO] running `Command { std: "docker" "start" "-a" "cba260c6e23c149e0eed5c35169ad20307c032715e0ecb5e5e21780230630440", kill_on_drop: false }`
[INFO] [stderr] warning: invalid feature `example_helpers/async` in required-features of target `server_status_futures_async`: dependency `example_helpers` does not exist
[INFO] [stderr] warning: invalid feature `example_helpers/async` in required-features of target `server_status_tokio_async`: dependency `example_helpers` does not exist
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/primatives/array.rs:57:19
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn as_ref(&self) -> BytesRef {
[INFO] [stderr]    |                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn as_ref(&self) -> BytesRef<'_> {
[INFO] [stderr]    |                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `protocraft_framework` (lib) generated 1 warning (run `cargo fix --lib -p protocraft_framework` to apply 1 suggestion)
[INFO] [stderr] warning: `protocraft_framework` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/protocraft_framework-b12d7eb1586f40c2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests protocraft_framework
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cba260c6e23c149e0eed5c35169ad20307c032715e0ecb5e5e21780230630440", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cba260c6e23c149e0eed5c35169ad20307c032715e0ecb5e5e21780230630440", kill_on_drop: false }`
[INFO] [stdout] cba260c6e23c149e0eed5c35169ad20307c032715e0ecb5e5e21780230630440
